[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет stb_rect_pack-devel-1.1^20250512git802cd45-1.el9.x86_64 download

Имя stb_rect_pack-devel
Эпоха 0
Версия 1.1^20250512git802cd45
Релиз 1.el9
Архитектура x86_64
Сайт https://github.com/nothings/stb
Лицензия MIT OR Unlicense
Время сборки 2025-05-13 09:04:21
Хост сборки builder-x86-04.inferitos.ru
Краткое описание Simple 2D rectangle packer with decent quality
Репозитории Extras
Полное описание Useful for e.g. packing rectangular textures into an atlas. Does not do rotation. Not necessarily the awesomest packing method, but better than the totally naive one in stb_truetype (which is primarily what this is meant to replace). No memory allocations; uses qsort() and assert() from stdlib. Can override those by defining STBRP_SORT and STBRP_ASSERT. This library currently uses the Skyline Bottom-Left algorithm. Please note: better rectangle packers are welcome! Please implement them to the same API, but with a different init function.
Эррата
Размер 18 КиБ
Исходный проект stb-0^20250512git802cd45-1.el9
Контрольная сумма SHA-256 ce57cab685336e06ad489905c10ba929346b6d1bfa3f08cbf1207eb040b1162f
× Full screenshot
История изменений link
* Mon May 12 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250512git802cd45-1
- stb_image_resize2 2.14

* Sun Mar 16 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250314gitf056911-1
- stb_image_resize2 2.13

* Fri Jan 10 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20241002git31707d1-4
- Patch root cause of CVE-2021-45340

* Sun Dec 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20241002git31707d1-3
- Add a SourceLicense field

* Sun Dec 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20241002git31707d1-2
- Remove spec-file conditionals for Fedora 39 and EPEL7 (end-of-life)

* Wed Oct 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20241002git31707d1-1
- stb_image_resize2 2.11

* Fri May 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240531git013ac3b-1
- stb_image 2.30

* Sat May 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240525git449758b-1
- stb_image_resize2 2.07

* Thu May 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240213gitae721c5-5
- Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212

* Thu May 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240213gitae721c5-4
- Fix a description to use American English orthography